[v10.x] src: reduce platform worker barrier lifetime#28844
Closed
andrewhughes101 wants to merge 1 commit intonodejs:v10.x-stagingfrom
Closed
[v10.x] src: reduce platform worker barrier lifetime#28844andrewhughes101 wants to merge 1 commit intonodejs:v10.x-stagingfrom
andrewhughes101 wants to merge 1 commit intonodejs:v10.x-stagingfrom
Conversation
ofrobots
approved these changes
Jul 24, 2019
Contributor
ofrobots
left a comment
There was a problem hiding this comment.
LGTM w/ a minor style nit
src/node_platform.cc
Outdated
Contributor
There was a problem hiding this comment.
style nit: trailing whitespace
Contributor
Author
There was a problem hiding this comment.
Hi I took this out because it fails the linter
src/node_platform.cc:172: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
Done processing src/node_platform.cc
Contributor
|
BTW, is there a motivating for making this change on |
Contributor
Author
|
I was looking for a good first contribution so went through the |
BethGriggs
approved these changes
Jul 25, 2019
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Minor cleanup in the lifetime for the platform worker initialization synchronization barrier. PR-URL: nodejs#23419 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
e4a0efe to
c713f35
Compare
Collaborator
Collaborator
BethGriggs
pushed a commit
that referenced
this pull request
Sep 20, 2019
Minor cleanup in the lifetime for the platform worker initialization synchronization barrier. PR-URL: #23419 Backport-PR-URL: #28844 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Member
|
Landed on |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes